Auto merge of #2971 - alexcrichton:openssl-init, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 7 Aug 2016 01:13:13 +0000 (18:13 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2016 01:13:13 +0000 (18:13 -0700)
commit4b66fce4e35da1be77fab5b9404ce0efe8fc9df8
tree2aa06e741aa01cc2310452e1fffa16ee9659a74b
parent4e661905cffefb82b8328e57e75345f4e40c32cf
parent5c6a7dd7bb93d2c4718df13564d3dab06e2b245e
Auto merge of #2971 - alexcrichton:openssl-init, r=alexcrichton

Update OpenSSL-using dependencies

They've all been updated to canonicalize as `openssl_sys::init` as the "one true
method" for initializing OpenSSL,

Closes #2961